Skip to content

Comments

[pull] master from coolsnowwolf:master#400

Open
pull[bot] wants to merge 3784 commits intoannce:masterfrom
coolsnowwolf:master
Open

[pull] master from coolsnowwolf:master#400
pull[bot] wants to merge 3784 commits intoannce:masterfrom
coolsnowwolf:master

Conversation

@pull
Copy link

@pull pull bot commented Dec 16, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 16, 2021
@coolsnowwolf coolsnowwolf force-pushed the master branch 2 times, most recently from bd79a2b to bcad74f Compare December 30, 2021 16:37
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from 3526137 to 8845cb4 Compare July 10, 2022 07:51
@coolsnowwolf coolsnowwolf force-pushed the master branch 3 times, most recently from b82c84a to c50a2c3 Compare July 11, 2022 08:42
@aiamadeus aiamadeus force-pushed the master branch 4 times, most recently from 115d673 to b477a0b Compare September 1, 2022 04:06
@coolsnowwolf coolsnowwolf force-pushed the master branch 3 times, most recently from 073fdc3 to 5d87cf5 Compare September 1, 2022 17:31
@aiamadeus aiamadeus force-pushed the master branch 2 times, most recently from 420f56a to d91aa7c Compare September 12, 2022 16:19
@coolsnowwolf coolsnowwolf force-pushed the master branch 2 times, most recently from a6eeaee to 4f056f8 Compare September 22, 2022 05:37
coolsnowwolf and others added 11 commits January 29, 2026 10:30
The Radxa ROCK 4C+[1] is a single board computer with dual HDMI using
the Rockchip RK3399-T.

Hardware
--------

- Dual-core Cortex-A72 and quad-core Cortex-A53 CPU
- Mali-T860MP4 GPU
- LPDDR4 4GB RAM
- eMMC connector
- microSD card slot
- Wi-Fi 5 (not supported)
- Gigabit Ethernet with PoE support (additional PoE HAT required)
- USB 3.0 Type-A OTG port
- USB 3.0 Type-A HOST port
- 2x USB 2.0 Type-A HOST ports
- USB Type-C power port (5V only)
- 40 Pin GPIO header

[1] https://radxa.com/products/rock4/4cp

Installation
------------
Uncompress the OpenWrt sysupgrade and write it to the micro SD card or
internal eMMC using dd.
These stuffs were copied from the vendor SDK. There are currently
no drivers compatible with them. The pending upstream patches did
not include them either.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Import and clean DT and DT-overlay files from MediaTek's SDK to build
an image with various DT-overlays for the MT7987 reference board.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
The BPi-R4 Lite is a WiFi-7 router board based on the MT7987 SoC.

Specification :
 - SOC: Mediatek MT7987A (4x Cortex-A53)
 - RAM: 2GB
 - Flash: 32MB SPI NOR, 256MB SPI NAND, 8GB eMMC
 - Switch: MediaTek MT7531AE
 - Ports : 4x LAN (1G), 1x SFP (via MT7531), 1x WAN (2.5G)
 - Buttons : Reset & WPS/Mesh
 - LEDs : Status (PWM), SFP
 - USB: on-board VIA VL817 USB3.1/USB2.0 hub
    * 1 - mPCIe B (SIM3)
    * 2 - NGFF-KEYB (SIM1)
    * 3 - USB-A connector
    * 4 - mPCIe A (SIM4)
 - mPCIe: 1x 8GT/s x2 or 2x 8GT/s x1 (configurable via bootloader)
 - RTC: PCF8563
 - mikroBUS socket with SPI, I2C and full UART
 - on-board HT42B534 USB-to-serial for Type-C console port
 - Power: USB Type-C PD 20V, or DC via barrel connector or JST-VH 3.96

Installation:
Uncompress *sdcard.img.gz and write to microSD card, eg. using 'dd'.
Use bootloader menu on the serial console to install SPI-NAND or SPI-NOR,
once installed to SPI-NAND you can use the bootloader menu to install to
eMMC. See instructions for BananaPi R3 for details.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
MediaTek has discovered a memory leak in the error path in our downstream
patch for mtk_eth_soc which adds support for the 10G PCS and PHY paths of
the MT7988 SoC. Fix this by freeing the at this point already allocated
netdev resources before returning the error.

Fixes: 4cb6bd9 ("mediatek: switch to pending XFI 10G Ethernet drivers")
Reported-by: Bc-bocun Chen <bc-bocun.chen@mediatek.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Fix r8168 module CFLAGS with kernels >= v6.15.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Fix r8101 module CFLAGS with kernels >= v6.15.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Fix r8101 module build with kernels >= v6.16.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
More rust symbols that are detected using scripts or based
on the rust version have been added. Filter them out.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Robert Marko <robimarko@gmail.com>
Internet1235 and others added 10 commits February 14, 2026 20:30
Disable 6GHz by default for buggy MT7916.
Teaming is a link aggregation implementation similar to bonding,
but it's configured by a userspace program.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Backport PPP patches accepted upstream.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
@coolsnowwolf coolsnowwolf force-pushed the master branch 2 times, most recently from 77c15ca to 72ad298 Compare February 25, 2026 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.